tomcat 6 start mode setting for production [windows]
Posted
by Ryan Fernandes
on Server Fault
See other posts from Server Fault
or by Ryan Fernandes
Published on 2010-05-17T08:47:51Z
Indexed on
2010/05/17
8:51 UTC
Read the original article
Hit count: 303
tomcat
|windows-service
Tomcat 6 (as a windows service) seems to have a 'Start Mode' with options of 'java, jvm or exe' which can be set via the Tomcat Monitor (system tray icon).
if I set this to 'java', I can see a forked 'java.exe' process for tomcat, if I chose either of the other two, I dont see a separate process.
Anyway, would like to know if anyone has any information about what these settings mean and which one would be most appropriate in production.
© Server Fault or respective owner